home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 240 (DVD) / Issue 240 - February 2008 - DPCS0208DVD.ISO / Extras / NetObjects Fusion / NOF10.exe / data1.cab / NFX_Components / NetObjects / Ecomm / OneAndOne / OneAndOne.jar / Test.class (.txt)
Encoding:
Java Class File  |  2003-09-03  |  482 b   |  11 lines

  1. import OneAndOne.OneAndOne;
  2.  
  3. public class Test {
  4.    public static OneAndOne oneAndOne;
  5.  
  6.    public static void main(String[] args) {
  7.       oneAndOne = new OneAndOne();
  8.       oneAndOne.onTest();
  9.    }
  10. }
  11.